Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Paginate Method / Paginate(IEnumerable<IWorkbook>) Method
The collection of workbooks.
In This Topic
    Paginate(IEnumerable<IWorkbook>) Method
    In This Topic
    Generate pagination informations for all worksheets in all workbooks.
    Syntax
    public System.Collections.Generic.IList<PageInfo> Paginate( 
       System.Collections.Generic.IEnumerable<IWorkbook> workbooks
    )

    Parameters

    workbooks
    The collection of workbooks.
    See Also